﻿.map-slider {
    z-index: 100;
    width: 400px;
    min-width: 400px;
    margin-left: 0;
    position: relative;
    box-shadow: 0 1px 5px -2px rgba(0,0,0,0.65);
    font-size: 13px;
    line-height: 140%;
    transition: margin 600ms;
}
.closed.map-slider {
    margin-left: -400px;
}

.map-slider li {
    line-height: 140%;
}

.map-slider-container {
    z-index: 500;
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
}

.map-slider-container img {
    max-width: 100%;
}

.map-slider-toggle {
    background-color: #2C2C2C;
    width: 38px;
    height: 36px;
    top: 40%;
    right: -19px;
    z-index: 501;
    position: absolute;
    text-align: center;
    box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.65);
    cursor: pointer;
    border-radius: 50%;
    transition: right 0.3s ease-in;
}

.map-slider.closed .map-slider-toggle {
    right: -46px;
}

.map-slider-toggle i {
    margin-top: 11px;
}

.map-slider-toggle:hover {
    /*background-color: #f4f4f4;*/
}

.map-slider-container-flex {
    height: 100%;
}
		
.map-slider-content-container {
	overflow-y: auto;
    overflow-x: hidden;
	height: 95%;
	height: calc(100% - 46px);	
}

.collapsed.map-slider-content-container {
    height: 0;
    overflow-y: hidden;
}

.map-slider-header {
    background-color: #2C2C2C ;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: default;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.map-slider-title {
    font-size: 1.3em;
    margin-left: 38px;
    margin-right: 38px;
    font-weight: bold;
    height: 36px;
    overflow: hidden;
    color:white;
}

.map-slider-back {
    float: left;
    height: 36px;
    width: 38px;
    /*border-right: 1px solid #eee;*/
    cursor: pointer;
}

    .map-slider-back i {
        margin-top: 11px;
        margin-left: -4px;
    }

    .map-slider-back:hover {
        /*background-color: #f4f4f4;*/
    }



.map-slider-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-slider-content-view {
}

.map-slider-content-tab-container {
    height: 39px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.map-slider-content-tab {
    float: left;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.map-slider-content-tab.third {
    width: 33.33%;
}

.map-slider-content-tab.half {
    width: 50%;
}

.map-slider-content-scroll {
    overflow: hidden;
}

.map-slider-content-tab-scroll {
    overflow-x: hidden;
}

.map-slider-padding {
    padding: 6px;
}

.map-slider-content-tab-mid {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.map-slider-content-tab-border {
    border-bottom: 1px solid #CCCCCC;
    background-color: #3f8faf;
    color: white;
}

    .map-slider-content-tab-border:hover {
        background-color: #1F98C7;
    }

.map-slider-margin-bottom {
    margin-bottom: 5px;
}

.map-slider-chart {
    width: 175px;
    height: 175px;
   // position: relative;
}

/*Fix for issue where it doesnt line up*/
.fa.fa-map-marker {
    line-height: inherit;
}

.district_color {
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    user-select: none;
    border-radius: 3px;
    justify-content: center;
    font-weight: 500;
    border: 1px #606060 solid;
    margin-right: 6px;
    float: left;
    flex: 0 0 18px;
}
.district_item:hover .district_color {
    opacity: 0.8;
}

.spaced.district_color {
    margin-right: 0;
}

.district_group {
    cursor: default;
    font-size: 1.1em;
    font-weight: bold;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
    margin-bottom: 8px;
}

.district_item {
    margin-left: 15px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    margin-bottom: 6px;
}

.district_item:hover {
    color: #3f8faf;
}

.district_item:last-child {
    margin-bottom: 10px;
}

.district_item .fa {
    margin-left: 4px;
}

.standard_item {
    clear: left;
    margin-bottom: 6px;
    min-height: 47px;
}

.standard_image {
    float: left;
    width: 47px;
    margin-right: 10px;
    margin-top: 2px;
}


.use_group {
    cursor: default;
    font-size: 1.1em;
    font-weight: bold;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.use_item {
	padding: 4px 10px;
	cursor: pointer;
}

.use_item:hover, .use_item:focus {
	background-color: #C5E7F4 !important;
}

.use_item:nth-child(odd) {
    background-color: #FFF;
}

.use_item:nth-child(even) {
	background-color: #E2E2E2;
}

.use_desc {
    float: left;
    width: 100%;
}

.use_desc_image {
    float: left;
    width: 47px;
    margin-right: 10px;
    margin-top: 2px;
}

.procedure_item {
    margin-top: 10px;
}

.procedure_image {
    float: left;
    width: 47px;
    margin-right: 10px;
    margin-top: 2px;
}

.padding-bottom {
    padding-bottom: 5px;
}

.property-search-area input[type=text] {
    width: 160px;
    margin-bottom: 0;
    height: 14px;
}
.property-search-area label{
    float:left;
    line-height:34px;
}
.search-input{
    float:left;
}

.search-button-area{
    float:right;
}

.property-results-text {
   border-bottom:1px solid #CCC;
   margin-bottom:10px;
}
.property-item-selected{
    border: 1px solid black !important;
}
.property-item{
    margin-bottom:10px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    cursor:pointer;
}
.property-item:hover {
        background-color: #C5E7F4;
}

.property-item-address{
    font-size:.9em;
}

.property-item-address .col1{
    float:left;
    width:100%;
}

.property-item-address .col2{
    float:left;
    width:30%;
}
.property-item-address .col3{
    float:left;
    width:10%;
}
.property-item-address .col4{
    float:left; 
    width:20%;
}

.property-item-taxkey{
    font-size:.9em;
}

.search-select{
    padding:8px; float:left;
}

.property-help-text{
    /*font-size:.8em;*/
    color:GrayText;
    border-top:1px solid #CCCCCC;
}

.property-item-overlay-link{
    float:right;
}

.property-zoning-item{
    margin-bottom:5px;
}

.section-box {
    /*border: 1px solid #DDD;*/
    border-radius: 4px;
    margin-bottom: 16px;
    border: none;
}

.section-box .section-bar {
	display: flex;
	background-color: #EEE;
	color: #333;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 4px 4px 0 0;
}

.section-box .section-bar.no-border {
    border-bottom: none;
}

.section-box .section-bar.clickable:hover, .section-box .section-bar.clickable:focus {
	opacity: 0.8;
}

.section-box .pink.section-bar {
    border-left: 6px solid #F08F8E;
}

.section-box .tan.section-bar {
    border-left: 6px solid #EFC68C;
}

.section-box .section-content {
	/*padding: 10px;*/
	transform: scale(1);
	transition: 0.15s all ease;
    padding: 10px 0;
}

.section-box.collapsed .section-content {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.map-slider:not(.closed) .map-slider-toggle {
		right: 0px;
	}
}